home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Directorty Opus 5 - Magellan 2
/
Opus 5 - Magellan 2.iso
/
DOpus_SDK_5.5
/
include
/
dopus
/
clipboard.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-08-28
|
355b
|
16 lines
#ifndef _DOPUS_CLIP
#define _DOPUS_CLIP
/*****************************************************************************
Clipboard
*****************************************************************************/
void CloseClipBoard(APTR);
APTR OpenClipBoard(ULONG);
long ReadClipString(APTR,char *,long);
BOOL WriteClipString(APTR,char *,long);
#endif